home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / gopher / Unix / xvgopher / v0.5beta / xvgopher.shar.01.Z / xvgopher.shar.01 / GWBinary.cc < prev    next >
Encoding:
C/C++ Source or Header  |  1993-03-25  |  498 b   |  24 lines

  1. //
  2. // GWBinary.cc
  3. //
  4. // (c) Copyright 1993, San Diego State University -- College of Sciences
  5. //       (See the COPYRIGHT file for more Copyright information)
  6. //
  7. // Implementation of the GWBinary class
  8. //
  9. #include "GWBinary.h"
  10. #include "xvgopher.h"
  11. #include "cursor.h"
  12. #include <fcntl.h>
  13. #include <unistd.h>
  14.  
  15.  
  16. //***************************************************************************
  17. // GWBinary::GWBinary(Frame par)
  18. //
  19. GWBinary::GWBinary(Frame par) : GWDownload(par, GWDownload::BINARY)
  20. {
  21. }
  22.  
  23.  
  24.